From f32fcbcf744591ee79f0a7bd554b02146be827af Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 18 Apr 2006 13:46:49 +0000 Subject: [PATCH] Clarify Streets & Trips vs. Autoroute in menus. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1906 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/vecs.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gpsbabel/vecs.c b/gpsbabel/vecs.c index e59e6cec2..d7f91b3b7 100644 --- a/gpsbabel/vecs.c +++ b/gpsbabel/vecs.c @@ -469,9 +469,15 @@ vecs_t vec_list[] = { { &msroute_vecs, "msroute", - "MS AutoRoute 2002", + "Microsoft AutoRoute 2002 (pin/route reader)", "axe" }, + { + &msroute_vecs, + "msroute", + "Microsoft Streets and Trips (pin/route reader)" , + "est" + }, { &cst_vecs, "cst", -- 2.30.2